@charset "utf-8";

.loading {
	width: 100%;
	height: 100vh;
	position: fixed;
	z-index: 9999;
	top: 0;
	left: 0;
	background: #fff;
}

.tr {
	text-align: right;
}

.disno {
	display: none !important;
}

.loading img {
	width: 100px;
}

* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}


img {
	border: none;

}

.pr {
	position: relative;
}

.clear:after {
	content: "";
	display: block;
	clear: both;
}

input[type=button],
input[type=submit],
input[type=file],
input[type=reset],
button {
	cursor: pointer;
	-webkit-appearance: none;
}

body,
p,
ol,
ul,
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;
	list-style: none;
}

a {
	color: inherit;
	text-decoration: none;
}

.cur {
	cursor: pointer;
}

.to1 {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.to2 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	white-space: normal;
}

.to3 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	white-space: normal;
}

.flex {
	display: flex;
}

.flex-w {
	flex-wrap: wrap;
}

.flex-d-c {
	flex-direction: column;
}

.flex-s {
	flex-shrink: 0;
}

.flex1 {
	flex: 1;
}

.spb {
	justify-content: space-between;
}

.justc {
	justify-content: center;
}

.alit {
	align-items: center;
}

.s {
	cursor: pointer;
}

.tc {
	text-align: center;
}

.yb {
	text-transform: uppercase;
}

.tran {
	transition: 0.5s;
}

.wup {
	text-transform: uppercase;
}

.margin-b20 {
	margin-bottom: 0.2rem;
}

.mar-t60 {
	margin-top: 0.6rem;
}

/* 从中间展开 */
.btn-hover {
	overflow: hidden;
	position: relative;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease
}

.btn-hover span {
	position: relative;
	z-index: 2;
}

.btn-hover:after {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	content: "";
	position: absolute;
	left: 50%;
	top: -10%;
	width: 0;
	height: 120%;
	background: #096bdd;
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease z-index:-2;
}

.btn-hover:hover:after {
	width: 120%
}

.pa {
	position: absolute;
}


.btn-hover2:hover .tit {
	margin-top: 10px;
	color: #096bdd !important;
}

@media screen and (min-width: 1480px) {
	.pc {
		display: block;
	}

	.mobile {
		display: none;
	}
}

@media screen and (max-width: 1479px) and (min-width: 1024px) {
	.pc {
		display: block;
	}

	.mobile {
		display: none;
	}

	.jishucon {
		width: 100%;
		flex-direction: column;
	}

	.jishucon .jishuconl {
		width: 100%;
		flex-shrink: 0;
	}
}

@media screen and (max-width: 1023px) {

	.znksmnav dl dd:nth-child(7),
	.znksmnav dl dd:nth-child(8) {
		display: none;
	}

	.footerbtn {
		width: 100%;
		height: 1.52rem;
		background: #1A77BC;
		padding: 0 0.23rem;
		color: #fff;
		font-size: 0.28rem;

		position: fixed;
		bottom: 0;
		z-index: 1;
	}

	.footerbtn .btnlist {
		width: 100%;
	}

	.footerbtn .btnlist a {
		width: 1.1rem;
		position: relative;
	}

	.footerbtn .btnlist .sj5 {
		position: absolute;
		top: -0.65rem;

	}

	.footerbtn .btnlist .img {
		width: 0.42rem;
		height: 0.4rem;
	}

	.footerbtn .btnlist img {
		width: 100%;
	}

	.footerbtn .btnlist .sj5 .img {
		width: 1.1rem;
		height: 1.1rem;
	}

	.footerbtn .btnlist li {
		/* width: 1rem; */
		white-space: nowrap;
		text-align: center;
		display: flex;
		align-items: center;
		flex-direction: column;
	}

	.footerbtn .btnlist li .tit {
		margin-top: 0.11rem;
	}

	#sidebar ul li:nth-child(1) {
		border-bottom: 0px
	}

	.sub_nav {
		display: none;
		padding-left: 0.15rem;
		padding-top: 0.1rem
	}

	.sub_nav li a {
		height: 0.5rem;
		line-height: 0.5rem;
		color: #333333;
		font-size: 0.6rem;
		text-align: center;
		display: block;
	}

	.sub_nav li {
		display: block;
		min-height: 0.35rem;
		font-size: 1.3rem;
		width: 100%;
	}

	body.open .navitem .nav_down:after {
		transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
		-webkit-transition: -webkit-transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
	}

	body.open .navitem .nav_down:after {
		position: absolute;
		top: 0.25rem;
		right: 0.1rem;
		content: "";
		display: block;
		width: 0.13rem;
		height: 0.13rem;
		background: url(../images/jiantou.png) center no-repeat;
		background-size: 100%;
		transform: rotate(180deg);
		-webkit-transform: rotate(180deg);
		background-size: 100%;

	}

	body.open .navitem.on .nav_down:after {
		transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
	}

	.sub_nav dd {
		margin: 0;
		padding: 0.2rem 0.08rem;
		/* height: 0.5rem;
		line-height: 0.5rem; */
	}

	#sidebar ul li .sub_nav dd>a {
		display: block;
		padding-left: 0.4rem;
		color: #666666;
		font-size: 0.4rem;
		height: 0.5rem;
		line-height: 0.5rem;
	}

	body.open {
		height: 100%;
		overflow: hidden;
	}

	#sidebar {
		cursor: pointer;
		width: 0%;
		height: 100%;
		background: #ffffff;
		position: absolute;
		top: 0;
		overflow-x: hidden;
		overflow-y: auto;
		transition: all 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
		-webkit-transition: all 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
		z-index: 10;
	}

	#sidebar ul li {
		display: block;
		border-bottom: 1px solid #dddddd;
		font-size: 0.26rem;
		width: 100%;
		padding: 0.2rem 0 0.2rem;
	}

	.agent-mobile #sidebar ul li {
		border-color: rgba(255, 255, 255, .05);
	}

	#sidebar ul li a {
		display: block;
		color: #333333;
		padding: 0 0.25rem;

	}

	.nr {
		position: relative;
		z-index: 10;
		height: 100%;
		transition: all 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
		-webkit-transition: all 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
	}

	#close {
		position: absolute;
		right: 0.1rem;
		top: 0.1rem;
		cursor: pointer;
	}

	#close img {
		height: 0.3rem;
	}

	li.navitem {
		position: relative;
		top: 1rem;
		opacity: 0;
		transition: .3s;
		transitino-delay: 1s;
	}

	body.open li.navitem {
		top: 0px;
		opacity: 1;
		transition: 1s;
	}

	body.open li.navitem:nth-child(2) {
		transition-delay: 0.2s;
	}

	body.open li.navitem:nth-child(3) {
		transition-delay: 0.4s;
	}

	body.open li.navitem:nth-child(4) {
		transition-delay: 0.6s;
	}

	body.open li.navitem:nth-child(5) {
		transition-delay: 0.8s;
	}

	body.open li.navitem:nth-child(6) {
		transition-delay: 1s;
	}

	body.open li.navitem:nth-child(7) {
		transition-delay: 1.2s;
	}

	body.open li.navitem:nth-child(8) {
		transition-delay: 1.4s;
	}

	body.open li.navitem:nth-child(9) {
		transition-delay: 1.6s;
	}

	body.open li.navitem:nth-child(10) {
		transition-delay: 1.8s;
	}

	body.open li.navitem:nth-child(11) {
		transition-delay: 2s;
	}

	body.open li.navitem:nth-child(12) {
		transition-delay: 2.2s;
	}

	body.open li.navitem:nth-child(13) {
		transition-delay: 2.4s;
	}

	body.open li.navitem:nth-child(14) {
		transition-delay: 2.6s;
	}

	body.open #sidebar {
		width: 70%;
	}

	body.open .nr {
		transform: translate3d(70%, 0, 0);
		-webkit-transform: translate3d(70%, 0, 0);
		background: rgba(0, 0, 0, 0.1);
	}

	.pc {
		display: none !important;
	}

	.mobile {
		display: block;
	}

	.mbanner {
		width: 100%;
		/* height: 100vh; */
		overflow: hidden;
	}

	.mbanner img {
		/* height: 100vh; */
	}

	.kslist li {
		width: 3.41rem;
	}

	.kslist .img {
		width: 0.7rem;
		height: 0.7rem;
	}

	.kslist .tit {
		/* font-size: 0.3rem; */
	}

	.kslist li:nth-child(7),
	.kslist li:nth-child(8) {
		display: none;
	}

	.sycp .tit .t {
		font-size: 0.4rem;
	}

	.sycp .tit .b {
		font-size: 0.26rem;
		margin-top: 0.16rem;
	}

	.msycplist {
		margin-top: 0.66rem;
	}

	.msycplist li {
		width: 3.4rem;
		/* height: 2.71rem; */
		background: url(../images/cpbg.png) no-repeat;
		overflow: hidden;
		margin-bottom: 0.34rem;
		padding-bottom: 0.2rem;
	}

	.msycplist li:nth-child(n+5) {
		display: none;
	}

	.msycplist li .img {
		text-align: center;
		max-height: 2.84rem;
		margin: 0.3rem;
	}

	.msycplist li .img img {
		max-width: 100%;
	}

	.msycplist li .tit {
		width: 2.37rem;
		/* height: 0.4rem; */
		/* line-height: 0.4rem; */
		text-align: center;
		background: linear-gradient(82deg, #1661A5 0%, #0D75D6 100%);
		border-radius: 0.2rem;
		font-size: 0.26rem;
		font-weight: bold;
		color: #FFFFFF;
		margin: auto;
		padding: 0.1rem 0.2rem;
	}

	.ks .more {
		width: 1.67rem;
		height: 0.44rem;
		line-height: 0.44rem;
		border: 0.02rem solid #369AE6;
		font-size: 0.26rem;
		text-align: center;

		color: #369AE6;
		margin: auto;
	}

	.mobile .more {
		width: 1.67rem;
		height: 0.44rem;
		line-height: 0.44rem;
		text-align: center;
		border: 0.02rem solid #fff;
		border-radius: 5px;
		margin: auto;
		font-size: 0.26rem;
	}

	.kserji .ljgd {
		font-size: 0.24rem;
	}

	.lgvideo img {
		width: 100%;
	}

	.spus .uscon .l .tit {
		align-items: flex-start;
	}

	.spus .uscon .l .tit .t .wz {
		font-size: 0.4rem;
	}

	.spus .uscon .l .info,
	.stq .info,
	.anlilist li .intro,
	.ditulist li {
		font-size: 0.28rem;
	}

	.stq .neir,
	.titcon .yw,
	.formfk .button {
		font-size: 0.24rem;
	}

	.erjitabcon .tablist li,
	.anlidetail .topm,
	.formfk li,
	.formfk .text {
		font-size: 0.28rem;
	}

	.mbx {
		font-size: 0.22rem;
	}

	.gsjj .jjcon,
	.whcon,
	.jings .list li .info .detail,
	.erjikscon .r,
	.procon,
	.bottom .to1,
	.stqlist li .intro .stqinfo,
	.gwzzinfo {
		font-size: 0.28rem !important;
		line-height: 0.6rem;
	}

	.kserji .kserjiintro,
	.erjikslist li {
		font-size: 0.28rem;
		line-height: 0.6rem;
	}

	.jings .list li .info .tit,
	.erjikscon .l,
	.anlidetail .ctit,
	.lstit,
	.stqlist li .intro .tit,
	.contact .ditu .l .ditutit,
	.zhiweilist li .zptit,
	.zhiweilist li .tub,
	.gwzz .gwtit {
		font-size: 0.3rem;
	}

	.erjikscontit,
	.anlidetail .tit,
	.liuyb .titb {
		font-size: 0.36rem;
	}

	.lstit {
		padding: 0.1rem;
		height: auto;
	}

	.ks .titb,
	.spus .titb,
	.stq .titb {
		width: 3.12rem;
	}

	.spus .uscon .l .info,
	.stq .info {
		line-height: 0.6rem;
	}
}
